Remove org.jetbrains.kotlin.android plugin for AGP 9 built-in Kotlin support#333
Merged
Merged
Conversation
…support
AGP 9.0+ bundles Kotlin support directly (runtime dependency on Kotlin
Gradle plugin 2.2.10+), so applying org.jetbrains.kotlin.android
alongside it fails the build ("no longer required for Kotlin support
since AGP 9.0"). Removes it from android-llmservice/settings.gradle.kts
and app/build.gradle.kts; the Compose compiler plugin (2.4.0) still
applies separately and its version exceeds AGP's 2.2.10 floor, so no
other change is needed.
Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_015qu2VUdHXRhp6ndxJGkxri
bernardladenthin
temporarily deployed
to
startgate
July 11, 2026 12:27 — with
GitHub Actions
Inactive
bernardladenthin
had a problem deploying
to
maven-central
July 11, 2026 12:27 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
July 11, 2026 12:27 — with
GitHub Actions
Failure
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
android-llmservicefailed to build on CI with: "The 'org.jetbrains.kotlin.android' plugin is no longer required for Kotlin support since AGP 9.0." — a fallout from the AGP 8.7.3 → 9.2.0 bump in Upgrade AGP to 9.2.0 and Gradle to 9.4.1; update dependencies #331.org.jetbrains.kotlin.androidplugin alongside it is now a hard error.id("org.jetbrains.kotlin.android")fromandroid-llmservice/settings.gradle.kts(pluginManagement.plugins) andandroid-llmservice/app/build.gradle.kts(plugins {}).org.jetbrains.kotlin.plugin.compose(2.4.0) still applies separately for Compose — its version already exceeds AGP's 2.2.10 floor, so nothing else needed changing.CLAUDE.mdnote.Test plan
build-android-llmserviceandtest-android-llmservice, the jobs that actually build this Gradle projectRelated issues / PRs
Follow-up to #331 (AGP 8.7.3 → 9.2.0 bump).
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdhttps://claude.ai/code/session_015qu2VUdHXRhp6ndxJGkxri
Generated by Claude Code